cssanimatedstyle: Keep transition_info_add from recursing
authorTimm Bäder <mail@baedert.org>
Thu, 22 Aug 2019 11:14:57 +0000 (13:14 +0200)
committerTimm Bäder <mail@baedert.org>
Mon, 9 Sep 2019 15:36:24 +0000 (17:36 +0200)
commitceb8aedf974fe1037e13735a6761b26713454369
treecb3ed3f41deebf3fe8242f47e981834ad63bc69a
parent0cf4eb379fa4a0aca0239c3893c4f29f08728656
cssanimatedstyle: Keep transition_info_add from recursing

The slowest part of that fuction is the type check for
GtkCssShorthandProperty. Subproperties of shorthand properties never
refer to more shorthand properties however, so we don't want to have the
type check for those.
gtk/gtkcssanimatedstyle.c